ontuplesynchronize Event |
This event is fired when the body block is appended to the data.
Syntax
Inline HTML |
<div cordysType="wcp.library.data.BusDataIsland" id="busdataislandID" ontuplesynchronize="handler()".> ... </div> |
Event property |
busdataislandID.ontuplesynchronize = handler |
Event Information
To Invoke |
Call methods synchronize and appendUpdate to update the data to the back end. |
Default Action |
Initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property |
Description |
---|---|
tuple |
Read-only. Object that contains the tuple that is to be synchronized. |
updateMethod |
Read-only. String that contains the tag name of the update method that is to be used for synchronizing. |
updateNamespaceURI |
Read-only. String that contains the namespace of the update method to be used for synchronizing. |